home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / xcdplayer / XCdplayer.ad.sun < prev   
Text File  |  1994-08-01  |  8KB  |  214 lines

  1. ! Copyright (C) 1990 Regents of the University of California.
  2. ! Permission to use, copy, modify, distribute, and sell this software and
  3. ! its documentation for any purpose is hereby granted without fee,
  4. ! provided that the above copyright notice appear in all copies and that
  5. ! both that copyright notice and this permission notice appear in
  6. ! supporting documentation, and that the name of the University of
  7. ! California not be used in advertising or publicity pertaining to
  8. ! distribution of the software without specific, written prior
  9. ! permission.  the University of California makes no representations
  10. ! about the suitability of this software for any purpose.  It is provided
  11. ! "as is" without express or implied warranty.
  12.  
  13. XCdplayer*foreground:            Blue
  14. XCdplayer*background:            LightGrey
  15. XCdplayer*borderColor:            Black
  16. XCdplayer*allowShellResize:        True
  17. XCdplayer*resizable:            True
  18. XCdplayer*Font:                -misc-fixed-bold-r-normal--13-*
  19.  
  20. XCdplayer*logoLabel.foreground:        Gold
  21. XCdplayer*logoLabel.background:        Black
  22.  
  23. XCdplayer*versionLabel.Font:         -misc-fixed-medium-r-normal--8-*
  24. XCdplayer*versionLabel.foreground:    Black
  25. XCdplayer*versionLabel.width:        110
  26. XCdplayer*versionLabel.fromHoriz:    logoLabel
  27.  
  28. ! replayThreshold is the number of seconds that must be played before the
  29. ! previous track button will take you back to the beginning of the current
  30. ! track, rather than the previous one.
  31. XCdplayer*replayThreshold:        4
  32.  
  33. ! scanSkipInterval is the number of seconds skipped at each fast-forward or
  34. ! reverse.
  35. XCdplayer*scanSkipInterval:        3
  36. ! pauseSkipInterval is the number of seconds skipped at each fast-forward or
  37. ! reverse if the CD is paused.
  38. XCdplayer*pauseSkipInterval:        15
  39.  
  40. ! scanPauseInterval is the number of seconds between each fast_forward or
  41. ! reverse while holding down the buttons. (Sun CDs have a dreadfully long
  42. ! start-up time for the audio to actually become audible, so "hearing the
  43. ! track" while scanning isn't very feasible.)
  44. XCdplayer*scanPauseInterval:        0.062
  45. ! pausePauseInterval does the same thing when the disc is paused.
  46. XCdplayer*pausePauseInterval:        0.5
  47.  
  48. ! cdInfoDir is the directory to search for stored data about discs.
  49. ! NOTE: this must currently be a fully specified path (ie no '~'s, 
  50. ! environment vars, etc.  This should only be set if you are using a local
  51. ! copy of the application defaults.  The command line option -cdInfoDir <path>
  52. ! is provided for overriding the default path (null (= current dir))
  53. !XCdplayer*cdInfoDir:            eg:   /usr/staff/yourname/CDs
  54.  
  55. XCdplayer*Viewport.allowHoriz:        True
  56. XCdplayer*Viewport.useBottom:        True
  57. XCdplayer*Viewport.forceBars:        False
  58. XCdplayer*Viewport.width:        160
  59. XCdplayer*Viewport.height:        30
  60. XCdplayer*Viewport*thickness:        8
  61. XCdplayer*Viewport.resizable:        False
  62.  
  63. XCdplayer*Form.defaultDistance:        1
  64. XCdplayer*Form.internalHeight:        0
  65. XCdplayer*Form.internalWidth:        0
  66. XCdplayer*Form.borderWidth:        0
  67.  
  68. XCdplayer*Label.internalHeight:        0
  69. XCdplayer*Label.internalWidth:        0
  70. XCdplayer*Label.borderWidth:        0
  71. XCdplayer*Label.top:            ChainTop
  72. XCdplayer*Label.bottom:            ChainTop
  73. XCdplayer*Label.left:            ChainLeft
  74. XCdplayer*Label.right:            ChainLeft
  75.  
  76. XCdplayer*Command.background:        Ivory
  77. XCdplayer*Text.background:        Ivory
  78. XCdplayer*AsciiSink.background:        Ivory
  79. XCdplayer*AsciiSink.foreground:        Red
  80. XCdplayer*Scrollbar.foreground:        White
  81. XCdplayer*Scrollbar.background:        Gold
  82.  
  83. XCdplayer*Toggle.borderWidth:        1
  84. XCdplayer*Toggle.top:            ChainTop
  85. XCdplayer*Toggle.bottom:        ChainTop
  86. XCdplayer*Toggle.left:            ChainLeft
  87. XCdplayer*Toggle.right:            ChainLeft
  88. XCdplayer*Toggle.background:        Ivory
  89.  
  90. XCdplayer*ledsLabel.horizDistance:    4
  91. XCdplayer*ledsLabel.fromVert:        versionLabel
  92. XCdplayer*ledsLabel.fromHoriz:        logoLabel
  93.  
  94. XCdplayer*trackButton.horizDistance:    4
  95. XCdplayer*trackButton.fromVert:        versionLabel
  96. XCdplayer*trackButton.fromHoriz:    ledsLabel
  97. XCdplayer*trackButton.borderWidth:    2
  98. XCdplayer*trackButton.internalHeight:    4
  99. XCdplayer*trackButton.internalWidth:    4
  100.  
  101. XCdplayer*timerButton.borderWidth:    2
  102. XCdplayer*timerButton.internalHeight:    4
  103. XCdplayer*timerButton.internalWidth:    4
  104. XCdplayer*timerButton.horizDistance:    2
  105. XCdplayer*timerButton.fromVert:        versionLabel
  106. XCdplayer*timerButton.fromHoriz:    trackButton
  107. XCdplayer*timerButton.left:        ChainRight
  108. XCdplayer*timerButton.right:        ChainRight
  109.  
  110. XCdplayer*volumeScrollbar.horizDistance:4
  111. XCdplayer*volumeScrollbar.fromHoriz:    logoLabel
  112. XCdplayer*volumeScrollbar.fromVert:    trackButton
  113. XCdplayer*volumeScrollbar.orientation:    horizontal
  114. XCdplayer*volumeScrollbar.length:    93
  115. XCdplayer*volumeScrollbar.right:    ChainRight
  116. XCdplayer*volumeScrollbar.left:        ChainRight
  117. XCdplayer*volumeScrollbar.background:    green
  118. XCdplayer*volumeScrollbar.foreground:    white
  119.  
  120. XCdplayer*titleBarViewport.fromVert:    volumeScrollbar
  121. XCdplayer*titleBar.borderwidth:        0
  122. XCdplayer*titleBar.highlightThickness:    1
  123. XCdplayer*titleBar.foreground:        Red
  124. XCdplayer*titleBar.background:        Ivory
  125. XCdplayer*buttonsForm.fromVert:        logoForm
  126. XCdplayer*buttonsForm.borderWidth:    1
  127.  
  128. XCdplayer*pauseButton.fromHoriz:    playButton
  129. XCdplayer*stopButton.fromHoriz:        pauseButton
  130. XCdplayer*prevButton.fromHoriz:        stopButton
  131. XCdplayer*nextButton.fromHoriz:        prevButton
  132. XCdplayer*ejectButton.fromHoriz:    nextButton
  133. XCdplayer*audioButton.fromHoriz:    ejectButton
  134.  
  135. XCdplayer*quitButton.fromVert:        playButton
  136. XCdplayer*cycleButton.fromVert:        playButton
  137. XCdplayer*cycleButton.fromHoriz:    quitButton
  138. XCdplayer*shuffleButton.fromVert:    playButton
  139. XCdplayer*shuffleButton.fromHoriz:    cycleButton
  140. XCdplayer*rewButton.fromVert:        playButton
  141. XCdplayer*rewButton.fromHoriz:        shuffleButton
  142. XCdplayer*ffButton.fromVert:        playButton
  143. XCdplayer*ffButton.fromHoriz:        rewButton
  144. XCdplayer*pgmButton.fromVert:        playButton
  145. XCdplayer*pgmButton.fromHoriz:        ffButton
  146.  
  147. XCdplayer*stopButton.radioGroup:    playButton
  148. XCdplayer*ejectButton.radioGroup:    playButton
  149. XCdplayer*programForm.fromVert:        buttonsForm
  150. XCdplayer*programForm.borderWidth:    1
  151.  
  152. XCdplayer*programDisplayViewport.forceBars:    True
  153.  
  154. XCdplayer*programDisplayForm.background:        Black
  155. XCdplayer*programDisplayForm*Toggle.background:        Black
  156. XCdplayer*programDisplayForm*Toggle.foreground:        White
  157. XCdplayer*programDisplayForm*Toggle.borderWidth:    0
  158. XCdplayer*programDisplayForm*Toggle.highlightThickness:    0
  159. XCdplayer*programDisplayForm*Toggle.internalWidth:    0
  160. XCdplayer*programDisplayForm*Toggle.defaultDistance:    0
  161.  
  162. XCdplayer*programDisplayForm*Toggle.translations: <EnterWindow>:  highlight(Always) \n\
  163.                     <LeaveWindow>:  unhighlight() \n\
  164.                     <Btn1Down>,<Btn1Up>:    set() notify()
  165.  
  166.  
  167. XCdplayer*trackButton.translations:    #override \
  168.                     <EnterWindow>:    highlight(Always) \n\
  169.                     <LeaveWindow>:    unhighlight() \n\
  170.                     <Btn1Down>:    set() notify() \n\
  171.                     <Btn1Up>:    reset() notify()
  172.  
  173. XCdplayer*playButton.translations:    <EnterWindow>:    highlight(Always) \n\
  174.                     <LeaveWindow>:    unhighlight() \n\
  175.                     <Btn1Down>:    set() notify()
  176.  
  177. XCdplayer*stopButton.translations:    <EnterWindow>:    highlight(Always) \n\
  178.                     <LeaveWindow>:    unhighlight() \n\
  179.                     <Btn1Down>:    set() notify()
  180.  
  181. XCdplayer*ejectButton.translations:    <EnterWindow>:    highlight(Always) \n\
  182.                     <LeaveWindow>:    unhighlight() \n\
  183.                     <Btn1Down>:    set() notify()
  184.  
  185. XCdplayer*audioButton.translations:    <EnterWindow>:    highlight(Always) \n\
  186.                     <LeaveWindow>:    unhighlight() \n\
  187.                     <Btn1Down>:    set() notify()
  188.  
  189. XCdplayer*prevButton.translations:    <EnterWindow>:    highlight(Always) \n\
  190.                     <LeaveWindow>:    unhighlight() \n\
  191.                     <Btn1Down>:    set() notify() \n\
  192.                     <Btn1Up>:    unset()
  193.  
  194. XCdplayer*nextButton.translations:    <EnterWindow>:    highlight(Always) \n\
  195.                     <LeaveWindow>:    unhighlight() \n\
  196.                     <Btn1Down>:    set() notify() \n\
  197.                     <Btn1Up>:    unset()
  198.  
  199. XCdplayer*rewButton.translations:    <EnterWindow>:    highlight(Always) \n\
  200.                     <LeaveWindow>:    unhighlight() \n\
  201.                     <Btn1Down>:    set() notify() \n\
  202.                     <Btn1Up>:    unset()
  203.  
  204. XCdplayer*ffButton.translations:    <EnterWindow>:    highlight(Always) \n\
  205.                     <LeaveWindow>:    unhighlight() \n\
  206.                     <Btn1Down>:    set() notify() \n\
  207.                     <Btn1Up>:    unset()
  208.  
  209. XCdplayer*pgmButton.translations:    #override \
  210.                     <EnterWindow>:    highlight(Always) \n\
  211.                     <LeaveWindow>:    unhighlight() \n\
  212.                     <Btn1Down>:    set() notify() \n
  213.                     <Btn1Up>:    reset notify
  214.